projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d17313
)
ascii-character props for backspace, delete, etc. moved back to x-win.el.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Dec 1993 00:47:30 +0000
(
00:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 25 Dec 1993 00:47:30 +0000
(
00:47
+0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 519447f6387cde12a3e2a7dbb15dc23e73c75132..1a605d3ba182803ed717d2defb420ec31c1c9521 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2269,14
+2269,4
@@
a completion with the mouse."
(kp-divide ?/)
(kp-equal ?=)))
-;; These tell read-char how to convert
-;; these special chars to ASCII.
-(put 'backspace 'ascii-character 127)
-(put 'delete 'ascii-character 127)
-(put 'tab 'ascii-character ?\t)
-(put 'linefeed 'ascii-character ?\n)
-(put 'clear 'ascii-character 12)
-(put 'return 'ascii-character 13)
-(put 'escape 'ascii-character ?\e)
-
;;; simple.el ends here